/markdown test
[search]
 SomaLibrary
 signin

Markdown Test Page

Headings:

Heading1

Heading2

Heading3

Heading4

Heading5
Heading6

special characters you'll need to escape: < > &

NOTE: this is a box
it's a great box

NOTE: this is a code box
i love code.   new lines are preserved
but you can also use formatting in here too _also_

NOTE: this is a blockquote box
you can have multiple lines in it.

NOTE: this is an invisible blockquote
can be used for indentation.

you can nest different box types...
...together in code
...together in blockquotes.
Unfortunately, we can't nest the same type of box (hard to know what is meant!)

centered box

centered box (borderless)

blockquote
blockquote2
blockquote2
blockquote44
blockquote3
blockquote
blockquote2

invisible blockquote
invisible blockquote2
invisible blockquote2
invisible blockquote44
invisible blockquote3
invisible blockquote
invisible blockquote2 (basically an indent)

nested lists

  • my bullet. BULLETS start with a <space> then a *
    1. my hindu (aka arabic) numbered bullets
      1. my roman numbered bullets i
      2. my roman numbered bullets ii
      3. my roman numbered bullets iii
        1. my english alphabet lowercase bullets a
        2. my english alphabet lowercase bullets b
        3. my english alphabet lowercase bullets c
          1. my english alphabet uppercase bullets A
          2. my english alphabet uppercase bullets B
            1. can begin at any 'number' in whatever numeric alphabet (except 'i') 8
            2. but, subsequent ones will auto-number (ignores your typed number on the 2-n ones) 3
              1. beginning with 'i' starts a roman numbered list, rather than "starting at 'i'" english alphabet list, sad but necessary. i
      4. continuing from iii above iv
    2. continuing from 1 above 2
      1. new roman list i
        • sub bullet *

  • box of bullets
    • box of bullets
  • box of bullets
    • box of bullets

table

Row 1, Col 1Row 1, Col 2Row 1, Col 3
Row 2, Col 1Row 2, Col 2Row 2, Col 3

table with headings

Header 1Header 2Header 3
Row 1, Col 1Row 1, Col 2Row 1, Col 3
Row 2, Col 1Row 2, Col 2Row 2, Col 3

links

bold italic underscore

check out this validity: 8 and not ** 8 **
so, the ** must wrap non-whitespace characters (there can be whitespaces inside of course)

Some inline code: this text is inline code.
More Text for this Block

code block

big block of code....
big block of code....
big block of code....
big block of code....   

code example

k